Click or drag to resize

AttachmentShape Constructor (IListPropertyPath, Boolean, BodyType)

Initializes a new instance of the AttachmentShape class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public AttachmentShape(
	IList<PropertyPath> propertyPaths,
	bool includeMimeContent,
	BodyType bodyType
)

Parameters

propertyPaths
Type: System.Collections.GenericIListPropertyPath
includeMimeContent
Type: SystemBoolean
bodyType
Type: Independentsoft.ExchangeBodyType
See Also